﻿/*
Theme Name: ITI
Theme URI: http://www.infocreatives.com
Description: Developed for all the ITIs and Polytechnics
Version: 2.0.1
Author: Saumyaranjan Mishra
Author URI: http://www.infocreatives.com
*/
@import url('../../../css.css');
@import url('css/bootstrap.css');
@import url('css/slick.css');
@import url('css/font-awesome.min.css');
@import url('css/svg.css');
@import url('css/prettyPhoto.css');
@import url('css/shortcodes.css');
@import url('css/widget.css');
@import url('css/typography.css');
@import url('css/responsive.css');
article.testimonials {
    -webkit-box-shadow: 1px 3px 10px -1px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 1px 3px 10px -1px rgba(0,0,0,0.75)!important;
    box-shadow: 1px 3px 10px -1px rgba(0,0,0,0.75)!important;
}
.tm_author em {
    font-size: 20px;
    font-weight: bold;
}
.testimonials-meta span.position {
    font-size:20px;
    margin: 0px 0px 0px 0px;
}
.testimonials-meta span.website  a{
    font-size:16px;
    text-decoration:underline;
    color:blue;
}
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.pagination li {
    display: inline;
}
 
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #1b2358;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.pagination li a:hover,
.pagination li.active a {
    background-color: #3C8DC5;
}
.slidesitename {
    background-color:#1b2358;
    color:white;
    font-weight: bold;
    font-size: 18px;
    padding: 6px;
    text-align:center;
    bottom: -100px;
    margin: 10px;
    width: auto;
    right:100px;
    position: absolute;
    -webkit-animation: slide 0.2s forwards;
    -webkit-animation-delay: 1s;
    animation: slide 0.2s forwards;
    animation-delay: 1s;
}
@-webkit-keyframes slide {
    100% { bottom: 100px; }
}

@keyframes slide {
    100% { bottom: 100px; }
}
.sliderdesc {
    background-color:#e79800;
    color:black;
    font-weight: bold;
    font-size: 18px;
    padding: 6px;
    position: fixed;
    bottom: 50px;
    margin: 10px;
    width: auto;
    right:100px;
    text-align:center;
    opacity:0.8;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 10;
    border-radius: 10px;
    border-top-right-radius: 10px;
    animation: fadein 10s;
    -moz-animation: fadein 10s; /* Firefox */
    -webkit-animation: fadein 10s; /* Safari and Chrome */
    -o-animation: fadein 10s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*.sliderdesc:before {
   content:"";
   position: absolute;
   width: 0;
   height: 0;
   right: -26px;
   top: -13px;
   border-top: 13px solid transparent;
   border-left: 26px solid #e79800;
   border-bottom: 13px solid transparent;
   margin: 13px 0 0 25px;
}*/
span.placementitle {
    font-size:15px!important;
    color:green!important;
    display: inline!important;
}
.ngg-album-compactbox {
    
}
.ngg-album-compact p {
    font-size: 16px!important;
    margin: 0;
}
.ngg-album-compactbox,.ngg-album-compactbox:before,.ngg-album-compactbox:after {
    border: 0px solid gray!important;
    border-radius: 6px;
}
.ngg-album-compactbox .Thumb {
    border:0px black solid!important;
}
table > thead > tr > th, table > tbody > tr > th {
	background-color:#e79800!important;
	color:white;
	font-weight:bold;
}
table tr:nth-child(even) td {
	background-color:#F1F1F1!important;
}
table tr:nth-child(odd) td {
	background-color:white!important;
}
.successtoryprofile {
    width:130px;
    height:180px;
}
.center-dec .text {
    height: 410px!important;
}
p.ngg-album-gallery-image-counter{display:none;}
p.signature {
	font-family: 'Tangerine', cursive;
	text-align:left;
}
.iq_gallery_menu ul {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.wcp-nav {
    list-style: none;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
	margin-bottom:20px!important;
}
.wcp-nav li {
    display: inline-block;
}
.wcp-nav li a {
    text-decoration: none;
    padding: 6px;
	border-radius: 4px!important;
    padding: 8px 10px!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    border: 2px solid #d2d2d2!important;
    color: #d2d2d2!important;
}
.wcp-nav li a.active {    
	font-size: 15px!important;
    cursor: pointer!important;
    border-radius: 4px!important;
    padding: 8px 10px!important;
    line-height: normal!important;
    text-transform: uppercase!important;
    border: 2px solid #e79800!important;
    color: #e79800!important;
}